home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / templates / CSS / Theme Georgia 1.css < prev    next >
Cascading Style Sheet File  |  2003-12-14  |  472b  |  63 lines

  1. body
  2. {
  3.   font-family: Georgia, Serif;
  4.   color: #555555;
  5.   background-color: White;
  6. }
  7.  
  8. p
  9. {
  10.   font-family: Georgia, Serif;
  11.   color: #555555;
  12. }
  13.  
  14. a:link
  15. {
  16.   color: #0000FF
  17. }
  18.  
  19. a:visited
  20. {
  21.   color: Purple
  22. }
  23.  
  24. a:active
  25. {
  26.   color: Red
  27. }
  28.  
  29. a:hover
  30. {
  31.   color: Red
  32. }
  33.  
  34. h1
  35. {
  36.   color: #996633;
  37. }
  38.  
  39. h2
  40. {
  41.   color: #666666;
  42. }
  43.  
  44. h3
  45. {
  46.   color: #996633;
  47. }
  48.  
  49. h4
  50. {
  51.   color: #666666;
  52. }
  53.  
  54. h5
  55. {
  56.   color: #996633;
  57. }
  58.  
  59. h6
  60. {
  61.   color: #666666;
  62. }
  63.